Class com.symantec.itools.frameworks.wizard.SummaryPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.frameworks.wizard.SummaryPanel

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----WizardPanel
                                           |
                                           +----com.symantec.itools.frameworks.wizard.SummaryPanel

public class SummaryPanel
extends WizardPanel

Version:
1.0
Author:
Symantec Internet Tools Division
Since:
VCafe 3.0

Constructor Index

 o com.symantec.itools.frameworks.wizard.SummaryPanel()

Method Index

 o entering()
Called by controller before the panel is displayed.
 o getPanelTitle()

Constructors

 o SummaryPanel
public SummaryPanel()

Methods

 o entering
public void entering()
Called by controller before the panel is displayed. Only current panel is called.

Overrides:
entering in class WizardPanel
Since:
VCafe 3.0
 o getPanelTitle
public java.lang.String getPanelTitle()

Overrides:
getPanelTitle in class WizardPanel
Since:
VCafe 3.0

All Packages  Class Hierarchy  This Package  Previous  Next  Index